home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTVersionDetails.pas' rev: 3.00
-
- #ifndef AHMTVersionDetailsHPP
- #define AHMTVersionDetailsHPP
- #include <AHMSystem.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtversiondetails
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMVersionDetails;
- class PASCALIMPLEMENTATION TAHMVersionDetails : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- System::AnsiString FCompanyName;
- System::AnsiString FFileDescription;
- System::AnsiString FFileVersion;
- System::AnsiString FInternalName;
- System::AnsiString FLegalCopyright;
- System::AnsiString FOriginalFilename;
- System::AnsiString FProductName;
- System::AnsiString FProductVersion;
- void __fastcall SetDesign(const System::AnsiString DesignString);
-
- public:
- __fastcall virtual TAHMVersionDetails(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMVersionDetails(void);
- bool __fastcall ReInitialize(void);
-
- __published:
- __property About ;
- __property System::AnsiString CompanyName = {read=FCompanyName, write=SetDesign, stored=false};
- __property System::AnsiString FileDescription = {read=FFileDescription, write=SetDesign, stored=false
- };
- __property System::AnsiString FileVersion = {read=FFileVersion, write=SetDesign, stored=false};
- __property System::AnsiString InternalName = {read=FInternalName, write=SetDesign, stored=false};
- __property System::AnsiString LegalCopyright = {read=FLegalCopyright, write=SetDesign, stored=false
- };
- __property System::AnsiString OriginalFilename = {read=FOriginalFilename, write=SetDesign, stored=false
- };
- __property System::AnsiString ProductName = {read=FProductName, write=SetDesign, stored=false};
- __property System::AnsiString ProductVersion = {read=FProductVersion, write=SetDesign, stored=false
- };
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtversiondetails */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtversiondetails;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTVersionDetails
-